DomainObjects Class Library

FieldConversion<FieldConversionSubClass>.DbTypeToFieldType Method 

Converts the value of the given database type to a field type that will populate a field in a persistable object.

public virtual object DbTypeToFieldType(
   Type targetFieldType,
   Object dbValue
);

Parameters

targetFieldType
The field type to which the given database value will be converted.
dbValue
The database value to convert.

Return Value

A value that will populate a field in a persistable object.

See Also

FieldConversion<FieldConversionSubClass> Class | DomainObjects.Facade.Domain Namespace